@charset "UTF-8";
/* CSS Document */
.pagination {
    display: block;
    float: right;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
}
.pagination ul {
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: right;
}
.pagination ul > li {
    box-shadow: none;
    float: left;
    padding: 0 1px;
	width: auto;
}
.pagination ul > li::before {
    content: "";
}
.pagination ul > li > span {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    margin: 0 1px;
    padding: 7px 12px;
}
.pagination ul > li > a {
    background-color: #eee;
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    margin: 0 1px;
    padding: 7px 12px;
}
.pagination ul > li > a:hover {
    background-color: #333;
    color: #fff;
}
.pagination-start, .pagination-end {
    display: none;
}
.pagination-prev a, .pagination-next a, .pagination-prev span, .pagination-next span {
    color: rgba(255, 255, 255, 0);
    font-size: 1px;
    overflow: hidden;
    position: relative;
    text-indent: -10000px;
    width: 28px;
}
.pagination-prev a::before, .pagination-next a::before, .pagination-prev span::before, .pagination-next span::before {
    color: #333;
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 7px 13px;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}
.pagination-prev a:hover::before, .pagination-next a:hover::before {
    color: #fff;
}
.pagination-prev a::before, .pagination-prev span::before {
    content: "\f104";
}
.pagination-next a::before, .pagination-next span::before {
    content: "\f105";
}
.pagination .counter {
	display: none !important;
}
.popover, .tooltip {
    display:none !important;
}

.btqc-field-container {
	position: relative;
}
.btqc-field-container label {
	position: absolute;
	top: 8px;
	left: 25px;
	font-size: 12px;
	color: #666;
	transition: all 200ms;
	line-height: 20px;
}
.btqc-field-container label.activated_form, .btqc-field-container label.fill_form {
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 10px;
	color: rgba(0,0,0,0.4);

}
.btqc-field-container input[type="text"], .btqc-field-container input[type="email"], .btqc-field-container textarea {
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #999;
	padding: 10px;
	height: 50px;
	text-align: left !important;
	background: none;
	color: #000;
	font-size: 15px;
}
.btqc-field-container textarea {
	height: 100px;
}
.btqc-field-container:nth-child(1), .btqc-field-container:nth-child(2), .btqc-field-container:nth-child(3), .btqc-field-container:nth-child(4) {
	display: block;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-bottom: 1%;
}
.btqc-field-container:nth-child(5), .btqc-field-container:nth-child(6), .btqc-field-container:nth-child(7) {
	display: block;
	float: left;
	padding-right: 1%;
	padding-bottom: 1%;
	width: 98%;
}
.btqc-field-container input.error,
.btqc-field-container textarea.error{
    border: 1px solid #e20000;
}
.btqc-message-container {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}
.btqc-message-container .error{
    color: #f20000;
	text-align: left;
}
.btqc-message-container .success {
	 color: #448700;
	 }
.btqc-separator {
	font-size: 12px;
	line-height: 17px;
	clear: both;
}
.item-page ol li {
	padding: 5px 0px 5px 30px;
	margin-left: 20px;
	clear: both;
	list-style: outside;
	list-style-type: decimal;
	font-weight: 400;
}
.item-page ol li ol li {
	padding: 5px 0px 5px 30px;
	margin-left: 30px;
	clear: both;
	list-style: outside;
	list-style-type: lower-latin;
}

input.djc_qty_input {
	border: 1px solid #ccc;
	padding: 15px;
	float: left;
	line-height: 18px;

}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	float: left;
	display: block;
	position: relative;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}
.alert,
.alert h4 {
	color: #c09853;
	font-size: 14px;
}
.alert h4 {
	padding: 0px;
	margin: 0px;
}
.alert .close {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-options {
	float: right;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
}
table {
	width: 100%;
	margin-bottom: 18px;
}
table th,
table td {
	text-align: left;
	vertical-align: middle;
	padding: 15px;
}
table td img {
	max-width: 250px;
}
table tr {
	border-bottom: 1px solid #333;
}
table thead th {
	vertical-align: bottom;
}
.breadcrumbs ul {
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}
.breadcrumbs ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 20px;
}
.breadcrumbs ul li:first-child a {
	padding-left: 0px;
}
.breadcrumbs ul li a {
	font-weight: bold;
	position: relative;
}
.breadcrumbs ul li a:after {
	content: '\f054';
	font-family: "FontAwesome";
	font-size: 8px !important;
	font-weight: normal;
	position: absolute;
	right: 0px;
	color: #7A7A7A;
}
#djcatalog .djc_image img, .djc_images .img-polaroid {
    width: 100%;
}
.djc_featured_image {

    display: block;
    float: left;
    width: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;

}
.product_list_main li  {
	position: relative;
}
.djc_item .djc_images {
    max-width: 100%;

}
h3.page-header {
	float: none;
}
.three-icon img {
	margin: 15px auto;
	width: 30px;
	display: block
}
.info-box {
	margin: 50px 0px;
}
.non-module-margin {
	margin: -50px 0px 50px 0px;
}
.djc_description .djc_fulltext {
	padding-top: 80px;
	clear: both;
}
#bottom-margin-news {
	margin-bottom: 30px;
}
#news_text_right h2 {
	font-size: 30px;
	letter-spacing: 2px;
}
.small-font {
	font-size: 10px;
	line-height: 14px;
	clear: both;
}
.oddzial-link {
	padding: 10px 10px;
	margin: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: #838282;
}
.oddzial-link li {
	float: left;
	padding: 10px 25px;
	color: #838282;
}
.oddzial-link li a {
	color: #838282;
}
.oddzial-link li span {
	color: #838282;
	text-transform: none;
}
.oddzial-link li.active a {
	color: #fff;
}
.kontakt-link {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 50px 0px 100px 0px;
}
.download-link li {
	padding: 20px 50px;
	background-color: #111;
	width: 350px;
	margin: 10px auto;
}
.download-link li:hover {
	background-color: #666;
}
.download-link li:hover a {
	color: #fff;
}
.chemia_style {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.chemia_style h4 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
@media
only screen and (max-width: 760px) {
	table tr td {
		width: 100%;
		display: block;
	}
}
.info-top-box {
	margin-bottom: 20px;
}
.info-top-box h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: 'RNSSanz-Normal', sans-serif;
}
.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal input[type=number], .form-horizontal input[type=email] {
	width: 80%;
	height: 50px;
	font-size: 15px;
}
.text-left {
	text-align: left !important;
}
.registration .control-group, .profile-edit .control-group {
	width: 50%;
	display: block;
	float: left;
}
.registration .control-group.field-spacer, .profile-edit .control-group.field-spacer {
	width: 100%;
	padding: 20px;
}
.registration fieldset:nth-child(2) .control-group:nth-child(7), .registration fieldset:nth-child(2) .control-group:nth-child(8)  {
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.registration fieldset:nth-child(2) .control-group:nth-child(7) label, .registration fieldset:nth-child(2) .control-group:nth-child(8) label  {
	text-align: left !important;
	font-size: 12px;
    line-height: 20px;
}
.profile-edit fieldset:nth-child(2) .control-group:nth-child(8), .profile-edit fieldset:nth-child(2) .control-group:nth-child(9)  {
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.profile-edit fieldset:nth-child(2) .control-group:nth-child(8) label, .profile-edit fieldset:nth-child(2) .control-group:nth-child(9) label  {
	text-align: left !important;
	font-size: 12px;
    line-height: 20px;
}
span.optional {
	display: none;
}

#users-profile-core dt,
#users-profile-custom-fields-0 dt
{
	float:left;
	width:12em;
	padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom-fields-0 dd
{
	padding:3px 0;
	border-bottom: 1px solid #ccc;
}

.profile fieldset
{
	margin: 50px auto;
	padding:15px;
	width: 50%;
	display: block;

}

#users-profile-core legend,
#users-profile-custom-fields-0 legend,
.profile-edit legend,
.registration legend
{
	font-weight:bold;
	margin: 20px auto;
}
.slider_ready h3 {
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;
	float: none;
	width: 200px;
}
.bottom-social-link p {
	float: right;
	display: block;
	padding: 10px 20px;
}
.stopka-box {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;

}
.bottom-social-link ul {
	float: right;
	display: block;
	width: 100px;
}
.social_list li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.social_list li a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: #ccc;
	color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 15px;
	padding: 5px 4px;
	margin-right: 5px;
}
.social_list li i, .social_list li i:before {
	text-align: center;
	display: block;
}
.social_list li i:before {
	padding-top: 3px;
}
.social_list li a:hover {
	background-color: #fff;
	color: #000;
}
.newsletter_foot input[type=text] {
	width: 80%;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 10px;
}
.newsletter_foot input[type=submit] {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 40px 15px 0px;
	margin-top: 10px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	border: none;
	position: relative;
	transition: all 300ms;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	letter-spacing: 3px;
	font-weight: 300;
}
.newsletter_foot input:hover[type="submit"] {
	color: #00589B;
	padding-left: 50px;
	padding-right: 0px;
}
.newsletter_foot input[type="submit"]:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 13px;
	left: 85%;
	transition: all 300ms;
	width: 25px;
	height: 25px;
	background-image: URL(../img/btn_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px;
}
.newsletter_foot input[type="submit"]:hover:after {
	left: 0px;
}
@media
only screen and (max-width: 500px) {
	#stopka {
		text-align: center;
		padding: 20px;}
	.bottom-social-link p, .bottom-social-link ul {
		width: 100%;
		text-align: center;
		padding: 20px;
	}
}
.partnerzy_sub h4 {
	padding: 0px;
	margin: 0px;
}
.logotype {
	width: 200px;
	margin: 0px auto;
	text-align: center;
	padding-top: 50px;
}
div.modal {
	position: fixed;
	top: 5%;
	left: 50%;
	z-index: 1050;
	width: 80%;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 5%;
}
.modal-batch {
	overflow-y: visible;
}
.modal-body[class^="jviewport-height"],
.modal-body[class*="jviewport-height"] {
	max-height: none;
}
.jviewport-height10 {
	height: 10vh;
}
.jviewport-height20 {
	height: 20vh;
}
.jviewport-height30 {
	height: 30vh;
}
.jviewport-height40 {
	height: 40vh;
}
.jviewport-height50 {
	height: 50vh;
}
.jviewport-height60 {
	height: 60vh;
}
.jviewport-height70 {
	height: 70vh;
}
.jviewport-height80 {
	height: 80vh;
}
.jviewport-height90 {
	height: 90vh;
}
.jviewport-height100 {
	height: 100vh;
}
div.modal.jviewport-width10 {
	width: 10vw;
	margin-left: -5vw;
}
div.modal.jviewport-width20 {
	width: 20vw;
	margin-left: -10vw;
}
div.modal.jviewport-width30 {
	width: 30vw;
	margin-left: -15vw;
}
div.modal.jviewport-width40 {
	width: 40vw;
	margin-left: -20vw;
}
div.modal.jviewport-width50 {
	width: 50vw;
	margin-left: -25vw;
}
div.modal.jviewport-width60 {
	width: 60vw;
	margin-left: -30vw;
}
div.modal.jviewport-width70 {
	width: 70vw;
	margin-left: -35vw;
}
div.modal.jviewport-width80 {
	width: 80vw;
	margin-left: -40vw;
}
div.modal.jviewport-width90 {
	width: 90vw;
	margin-left: -45vw;
}
div.modal.jviewport-width100 {
	width: 100vw;
	margin-left: -50vw;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
	div.modal[class*="jviewport-width"] {
		width: auto;
		margin: 0;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 1em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.mce-btn-small button {
	display: inline;
}
.btn-group {
	display: block;
	float: left;
	margin-right: 5px;
}
.icons .dropdown-menu {
	float: right;
	width: 100%;
}

.jmoddiv {
    border: 1px dotted red;
	display: box !important;
	float: left;
	width: 100%;
	padding: 10px;
}
.menu.jmoddiv {
    border: 0px dotted red;
}
.component_edit {
  display: block;
  float: left;
  position: fixed;
  top: -150vh;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0,0,0,0.9);
  transition: all 300ms;
  padding: 5vh 10vw;
}
.component_edit.showing {
  top: 0px;
}
#jform_content_ifr, #jform_articletext_ifr {
  height: 300px !important;
}
.component_edit  input#jform_title{
	width: 100%;
}
.component_edit input#jform_images_image_intro {
	width: 80%;
}
#dropdownMenuButton-5 {
	display: none;
}
.icon-edit, .icon-eye-close {
    background: #f64231 !important;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(0,0,0,0.23);
    color: #fff !important;
    display: block;
    font-size: 18px;
    height: 50px;
    letter-spacing: normal;
    line-height: 15px;
    margin-left: -webkit-calc(100% - 60px);
    margin-left: calc(100% - 60px);
    overflow: hidden;
    padding: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 1;
}
.main_navi .icon-edit {
	display: none;
}
.blog .icon-edit, .blog .icon-eye-close {
	left: 0px;
	margin-left: 0px;
}
.blog .icon-eye-close {
	background: #F90 !important;
}


.ba-edit-gallery-btn span {
    display: none;
}
.icon-cog {
	display: none;
}
ul.actions {
	list-style-type: none;
	text-align: right
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}
.blog .box_with_icon, .item-page {
	position: relative;
}
.btn-group .dropdown-toggle {
	display: none;
}
.btn-group ul li {
	padding: 0px;
	margin:0px ;
}
.btn-group ul li::before {
	content: "";
}
.dodaj_artykul {
	background: #f64231 !important;
	border: 0px;
	padding: 20px 30px;
	margin: 20px;;
	color: #fff;
	text-transform: uppercase;
	display: block;
	float: left;
}
.dodaj_artykul:hover {
	padding: 20px 35px;
	color: #fff;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3); 
}
	
.btn-toolbar .button, button, .custom input[type='submit'] {
	display: block;
	padding: 10px;
	border: 1px solid #f64231;
	background-color: #f64231;
	color: #FFF;
	transition: ease-out 300ms;
	cursor: pointer;
}
.btn-toolbar .button:hover, button:hover, input:hover[type='submit'] {
	background-color: #FFDB5F;
	color: #000;
	border: 0px;
}
.chzn-results {
	color: #666 !important;
}
.component_edit, .component_edit a {
	color: #fff;
}
.component_edit a {
	color: #ccc;
}
.component_edit a:hover,  .component_edit span::before {
	color: #fff ;
}
ul.breadcrumb {
	display: block;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}
ul.breadcrumb li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.breadcrumb li:first-child {
	display: none;
}
ul.breadcrumb li span {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px 10px 5px 0px;
}
ul.breadcrumb li:first-child a {
	padding-left: 0px;
}
ul.breadcrumb li a {
	font-weight: bold;
	position: relative;
}
ul.breadcrumb li a:after {
	content: '\f054';
	font-family: "FontAwesome";
	font-size: 8px !important;
	font-weight: normal;
	position: absolute;
	top: 18px;
	right: 10px;
	color: #7A7A7A;
}
sup {
  font-size: 75%;   
  line-height: 0;   
  position: relative;   
  vertical-align: baseline;   
  top: -0.5em 
}
sub {
  font-size: 75%;   
  line-height: 0;   
  position: relative;   
  vertical-align: baseline;   
  bottom: -0.5em 
}
.no-view-panel, .media-preview {
	display: none;
}
.padding_small_left {
	padding-left: 20px;
}

